From: kaf24@scramble.cl.cam.ac.uk Date: Tue, 22 Jul 2003 13:30:49 +0000 (+0000) Subject: bitkeeper revision 1.373 (3f1d3c89GghK7RKLGKYyRPGRxqy5bw) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18754 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=80e24ebb6dfb90914490aecbc1966daa17c05809;p=xen.git bitkeeper revision 1.373 (3f1d3c89GghK7RKLGKYyRPGRxqy5bw) apic.c: Clean ups. --- diff --git a/xen/arch/i386/apic.c b/xen/arch/i386/apic.c index ad17799601..3aff8aa993 100644 --- a/xen/arch/i386/apic.c +++ b/xen/arch/i386/apic.c @@ -555,9 +555,7 @@ void setup_APIC_timer(void * data) unsigned long flags; __save_flags(flags); __sti(); - printk("cpu: %d: setup timer.", smp_processor_id()); __setup_APIC_LVTT(0); - printk("done\n"); __restore_flags(flags); }